From: Paul Donald Date: Mon, 7 Jul 2025 23:36:36 +0000 (+0200) Subject: luci-app-unbound: remove unnecessary permissions X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=0f69aa9f1b77f21ae0573e170a0ce3b174cb26f0;p=project%2Fluci.git luci-app-unbound: remove unnecessary permissions They're taken care of implicitly by ubus rc init. Plus they contained an erroneous colon. Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json b/applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json index eb8444f080..36c62665e8 100644 --- a/applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json +++ b/applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json @@ -8,8 +8,6 @@ "/tmp/resolv.conf.auto": ["read"], "/tmp/resolv.conf.d/*": ["read"], "/var/lib/unbound/*": ["read"], - "/etc/init.d/unbound stop:": ["exec"], - "/etc/init.d/unbound restart:": ["exec"], "/sbin/logread -e unbound:": ["exec"], "/usr/sbin/unbound-control -c /var/lib/unbound/unbound.conf stats_noreset": ["exec"], "/usr/sbin/unbound-control -c /var/lib/unbound/unbound.conf list_local_data": ["exec"],